home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: alterdial.uu.net!not-for-mail
  2. From: Dawn Stowers <Dawn_Stowers@onsetcomp.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Problems with BC50
  5. Date: Fri, 29 Mar 1996 09:25:02 -0500
  6. Organization: Onset Computer Corporation
  7. Message-ID: <315BF2BE.9BD@onsetcomp.com>
  8. NNTP-Posting-Host: onseteng.onsetcomp.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Macintosh; I; 68K)
  13.  
  14. >We have been having very similar problems with v5.0.  Also, we
  15. >are unable to recompile existing 4.52 programs in Win 3.1 mode without
  16. >the linker running out of memory.  If anyone knows how to fix that
  17. >we would sure be interested.
  18.  
  19. I also tried to compile a 4.52 project in the new 5.0 and had similar 
  20. problems with the linker running out of memory. Before we got that far 
  21. though, we discovered that all the OWL functions that returned 'BOOL' 
  22. were switched to 'bool' and that CmExit doesn't seem to be a function 
  23. of TWindow or any other class anymore.  The bool's were easy to fix but 
  24. I would prefer not to have to re-write our code not to use CmExit.
  25. If anyone has any ideas.. I would love to hear them.
  26.